/* body */

body {
    padding: 0;
    margin: 0;
}

/* navbar */

.mobile-menu-area .mean-container .mean-nav ul li a {
    font-size: 14px;
}

.header-top-area {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

/* map menu */

#mapmenu {
    width: 100vw;
}

.topnav-right {
    float: right;
}

.navbarNav {
    position: relative;
    z-index: 1000;
}

.btnstyle {
    border-radius: 25px;
    border: slategray solid;
}


/* map */

#map {
    top: 0vh;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 100;
    /* filter: invert(100%); */
}

/* #map.leaflet-container {
    filter: invert(100%);
}

.map {
    filter: invert(100%);
}

.leaflet-control {
    filter: invert(100%);
} */

/* Footer */

.footer-copyright-area {
    background: #123462;
    padding: 20px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 102;
}

.footer-copy-right p {
    margin: 0px;
    font-size: 15px;
    color: #fff;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.footer-copy-right a {
    color: #fff;
}

.footer-copy-right a:hover {
    color: #03a9f4;
}

/* Leaflet Tooltip 

.leaflet-tooltip{
    top:-27px;
    left: -10px;
}
.leaflet-tooltip-right{
    left:10px;	
} 
*/

.navbar {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

/* .legend{
  position: sticky;
  position: -webkit-sticky;
} */

.navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav {
    margin-right: 10px;
}

* {
    font-family: 'Poppins';
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.modal {
    z-index: 10000 !important;
}


.leaflet-bar{
    top: 10vh;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1450px;
    }
}


/* .row {
  width: 60vw;
} */

dt {
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
}

.aqua {
    background-color: aqua;
    color: aqua;
}

.orange {
    background-color: #f90;
    color: #f90;
}

.black {
    background-color: #000;
    color: #000;
}

dd {
    display: inline-block;
    width: 15em;
    margin: 0 0 0 1em;
}

.logo-container {
    text-align: center;
    margin-top: 40px;
    height: 50px;
    overflow: hidden;
    background: #123462;
}

.logo-container img {
    height: 50%;
    max-width: 100%;
    object-fit: contain;
    background-color: "#fffff";
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(300%) hue-rotate(240deg);
}

.navbar-brand {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(300%) hue-rotate(240deg);
}

.leaflet-top .leaflet-control {
    margin-top: 11vh;
}


/* Alert Bar */
.alert-container {
    overflow: hidden;
    place-items: center;
    position: fixed;
    bottom: 4vh;
    z-index: 200;
    width: 75%;
    height: 78px;
    right: 0;
}

.alert-btn {
    padding: 8px 16px;
    font-size: 25px;
    background: red;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: none;
    display: none;
}

.alert {
    background: #ffdb9b;
    padding: 20px 40px;
    min-width: 420px;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 4px;
    border-left: 8px solid #ffa502;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.alert.showAlert {
    opacity: 1;
    pointer-events: auto;
}

.alert.show {
    animation: show_slide 1s ease forwards;
}

@keyframes show_slide {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-10%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

.alert.hide {
    animation: hide_slide 1s ease forwards;
}

@keyframes hide_slide {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(100%);
    }
}

.mtr-img img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ce8500;
    font-size: 30px;
}

.alert .msg {
    padding: 0 20px;
    font-size: 18px;
    color: #ce8500;
}

.alert .close-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd083;
    padding: 20px 18px;
    cursor: pointer;
}

.close-btn .x-btn:hover {
    background: #ffd080;
}

.close-btn .x-btn {
    color: #ce8500;
    font-size: 22px;
    line-height: 40px;
}

/*------ LEGEND BAR----------*/
#IDIV {
    position: absolute;
    left: 2%;
    transition: opacity 1s;

}

#dDIV {
    padding-left: 2%;
}

#xdiv {
    padding-left: 2%;
    padding-right: 1%;
    padding-top: 2%;
    text-align: justify;
}

#myDIV {
    border-style: solid;
    border-color: antiquewhite;
    border-radius: 20px;
    border-color: #0f0f0f 26% 25%;
    padding-left: 3px;
    background-color: white;
    position: fixed;
    /* bottom: 12%;
  left: 2%;
  width: 18%;
  height: 50%; */
    bottom: 12vh;
    left: 2vh;
    width: 250px;
    height: 300px;
    transition: opacity .7s;
    
}

#inDIV {
    font-size: small;
    color: rgb(24, 4, 4);
    font-family: 'Hind', sans-serif;
    ;
    text-align: top;
    /* width: 18%;
  height: 50%; */
    width: 250px;
    height: 300px;
    position: fixed;
    scroll-margin-bottom: 20px;
}

#btn {
    background-color: transparent;
    border-radius: 50px;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 3%;
    box-shadow: 0px 0px 2px 2px rgb(56, 81, 150);
}

#btn:hover {
    background-color: wheat;
    transition: 0.5s;
}

.myCheckbox1 {
    height: 10px;
    width: 10px;
    /*float:right;*/
}

.modal-dialog-custom {
    max-width: 90%;
    width: auto;
}